#### Specific command 
bash clean.sh $num $sample

Rscript vero_AUCG.R $input1 $input2 $output_pdf
### Supplementary Instructions
##$name_$sample is the folder name in sports results
  For example data_sports/output/1_B10_L1_I343.R1 
  bash clean.sh 1 B10_L1_I343.R1
##Rscript vero_AUCG.R ./input/B2_L1_I333.R1-ATCG.txt ./input/B3_L1_I334.R1-ATCG.txt ./output/vero_control6h.pdf
#Pay attention to the parameter setting (scale_y_continuous(limits=c(0,12))) of the bar chart, that is, the setting of the maximum value of the y-axis every time you draw a picture.
#B2 B3 Vero-Control-6h two biological duplicates
#B5 B6 Vero-Control-12h two biological duplicates
#B10 B12 Vero-Cov2-6h two biological duplicates
#B14 B15 Vero-Cov2-12h two biological duplicates
#Pay attention to the download of the relevant R package
library(reshape2)
library(ggplot2)
library(ggpubr)
library(viridisLite)
library(viridis)
library(cowplot)
